home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 126-150 / scopedisk132 / algorhythms / source / gadgets.h < prev    next >
Text File  |  1995-03-19  |  333b  |  8 lines

  1. /* gadgets.h for AlgoRhythms.c by Thomas E. Janzen */
  2. int GetChannelStuff(struct NoteEvent *Event, int Number);
  3. char *GetGadgetInput(char Previous[], 
  4.     char RemindString[], char PromptString[]);
  5. int GetStringInput(char Previous[],
  6.     char RemindString[], char PromptString[]);
  7. double GetPhaseInput(double Previous, char TypeString[]);
  8.